From: Stephen Eglen Date: Mon, 16 Feb 2004 11:51:23 +0000 (+0000) Subject: (init_fringe_bitmap): Define j in MAC_OS code. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24106 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ba428286dfcfa5b46c7de82539690ddce37f9460;p=emacs.git (init_fringe_bitmap): Define j in MAC_OS code. --- diff --git a/src/fringe.c b/src/fringe.c index cc19ef384ad..bccd0472b22 100644 --- a/src/fringe.c +++ b/src/fringe.c @@ -1067,6 +1067,7 @@ init_fringe_bitmap (which, fb, once_p) #if defined (MAC_OS) && defined (WORDS_BIG_ENDIAN) unsigned short *bits = fb->bits; + int j; for (j = 0; j < fb->height; j++) { unsigned short b = *bits;